home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 July / PSL Monthly Shareware CD-ROM (Public Software Library) (July 1994).iso / pastnews / news9406.pgm < prev    next >
Text File  |  1994-05-09  |  11KB  |  246 lines

  1. =====Programming
  2.  
  3.  
  4. -----Assembler
  5.  
  6. Max 2.12 [MAX212] (Sherman M Barney, reg. fee: $28) creates COM and BLD
  7. files from assembly code without the use of Link or EXE2BIN.
  8.  
  9.  
  10. ---Updates: Assembler
  11.  
  12. (PG-02) XLIB 4.0 [XLIB40] (TechniLib, reg. fee: $40) is an assembly
  13. language library which can greatly simplify protected-mode programming.
  14.  
  15. (PG-02) Yilmaz Disassembler 1.2 [YILMAZ] (Yilmaz Towfeek, reg. fee: $25) is
  16. an interactive disassembler. Requires a graphics card and 400K memory.
  17.  
  18.  
  19. -----BASIC, QuickBASIC
  20.  
  21. DnaLib 5.9 [DNALIB59] (FreeBee Software, reg. fee: $0) is a library manager
  22. for PowerBASIC 3c. Source code is included.
  23.  
  24. GetFile [FILEDIRS] (Creative Software Alliance, reg. fee: $0) is a QB
  25. routine for reading a directory into an array.
  26.  
  27. GaugeBar 1.0 [GAUGE] (John De Palma, reg. fee: $0) is source code for a
  28. gauge bar which can be configured to show percentage of time transpired and
  29. left to go, amount of a task that has been performed, etc. <BAR.PCX>
  30.  
  31. AddNum 2.1 [NUMADD] (John De Palma, reg. fee: $0) adds numbers to the lines
  32. in your QuickBASIC source code. This can be useful when stepping through
  33. programs in search of bugs.
  34.  
  35. QBFoss 1.0 [QBFS10] (C. Buijs, reg. fee: $0) is a library for using a
  36. FOSSIL in your QB4.5 or VBDOS programs. It is useful for creating
  37. communication programs and utilities.
  38.  
  39. SysInfo 1.0 [SIQB10] (Paul Lapsansky, reg. fee: $39) provides 80 functions
  40. to access system information, such as display type, drivers in use, network
  41. information, etc., from within QuickBASIC programs. BASIC source code and a
  42. demonstration program are included.
  43.  
  44.  
  45. ---Updates: BASIC, QuickBASIC
  46.  
  47. (PG-03) PB Wizard's Library 2.0 [PBWIZ] (Thomas G. Hanlin III, reg. fee:
  48. $40) is a library of nearly 325+ routines for PowerBASIC 3.0.
  49.  
  50. (PG-03) ProWindows Lite 5.21 [PWL521Q] (DSE Software Publishing, ASP; reg.
  51. fee: $25) is a pop-up windows library forQB45.
  52.  
  53. (PG-03) ProWindows Lite PDS 5.21 [PWL521X] (DSE Software Publishing, ASP;
  54. reg. fee: $25) is a windowing user interface toolbox for PDS7 programmers.
  55.  
  56.  
  57. -----`C': Small Routines and Tools
  58.  
  59. C++ Library for Easy Command-Line Parsing [CMDL] (John M. Dlugosz, reg.
  60. fee: $0) is a library which greatly simplifies processing command line
  61. arguments in C++.
  62.  
  63. EXPR [EXPR] (Sandeep Dutta, reg. fee: $0) is an expression evaluator with
  64. C++ and YACC. The YACC input file EXPR.Y and the YACC output EXPR.CPP are
  65. included. This could also serve as an example to use classlib with YACC.
  66.  
  67. Guts Poker 1.0 [GUTS] (Harlan Marshall, reg. fee: $0) is the C++ source
  68. code for a poker game allowing up to five computer opponents.
  69.  
  70. Jetrek 5 in C 1.0 [JETRK5] (Mark Overbaugh, reg. fee: $0) is the C source
  71. code for a two player game in which the players try to obliterate one another.
  72.  
  73. PopCALC 1.00 [PROCLC] (Omega Point, Inc., reg. fee: $0) includes a
  74. programmer's 6K TSR calculator with C and ASM operators, expression
  75. parsing, radix conversions, and 26 variables. It feeds results to
  76. foreground applications as keystrokes in C or ASM number formats. The full
  77. C source and user DOC for the calculator are included. Also included is a
  78. little 1.2K TSR clock with C source.
  79.  
  80. Secure Hashing Algorithm in C 1.0 [SHA] (Ralph Kuntz, reg. fee: $0) is a
  81. portable implementation of the secure hashing algorithm which can be used
  82. to verify transmission of files. Modules compiled using Borland C++ 4.0 and
  83. Gnu C/C++ are included, along with the source code. Requires a 386 or better.
  84.  
  85. SysInfo 1.0 [SIBC10] (Paul Lapsansky, reg. fee: $39) provides over 80 C
  86. functions for accessing system information, such as display type, drivers
  87. in use, network information, etc., from within a Borland C program. C
  88. source code and a demonstration program are included.
  89.  
  90. UnZip Source 5.1 [UNZ51] (Greg Roelofs, reg. fee: $0) is the C source code
  91. for a ZIP archive extraction utility which can be used in many non-DOS
  92. platforms, including Unix, OS/2, Windows Nt, AmigaDOS, Atari TOS, Macintosh
  93. and others.
  94.  
  95. VocLib 1.0 [VOCLIB] (Geoff Friesen, reg. fee: $0) is a library that adds
  96. Sound Blaster VOC support to applications. C source code is included.
  97.  
  98.  
  99. ---Updates: `C': Small Routines and Tools
  100.  
  101. (PG-04) Serial++ Library 1.10 [SPPBC3] (Cortlandt Technologies, ASP; reg.
  102. fee: $25) is a library of small routines that bring interrupt-driven serial
  103. port support to your C++ programs.
  104.  
  105.  
  106. -----`C': Large Libraries, Utils.
  107.  
  108. Animation Construction Kit 3D [ACK3D] (Larry Myers, reg. fee: $0) is a 3D
  109. Animation tool, written in C. It gives program developers an easy to use
  110. animation library that can be linked into their own applications without
  111. having to delve into the inner workings of the ray-casting engine. Requires
  112. a 386-33Mhz or better.
  113.  
  114. G320400 1.0 [G320400] (Geoff Friesen, reg. fee: $0) is a graphics library
  115. that supports the VGA 320x400 graphics mode with 256 simultaneous colors.
  116. Features include Macintosh PIC to G320400 G34 file converter ,PCX to
  117. G320400 G34 file converter, and G34 file viewer. C source code is included.
  118.  
  119. SnipDiff 494 [SND9404] (Bob Stout, reg. fee: $0) is a companion to the
  120. Snippets collection of public domain and freeware C source code and
  121. information. It contains only the files that have changed since the last
  122. edition of Snippets. It also includes a utility that will join this set of
  123. files with the Snippets collection to create a fully validated version.
  124.  
  125.  
  126. ---Updates: `C': Large Libraries, Utils.
  127.  
  128. (PG-4a) CLint 1.67 [CLINT167] (R&D Associates, reg. fee: $35) reads C
  129. source files and generates reports about possible problems. NEW: fixed
  130. initializer problem, added option to include environment name.
  131.  
  132. (PG-4a) Proxy 1.4 [PROXY] (EDL Software Design, reg. fee: $30) is an
  133. interpreter which uses a syntax similar to C. NEW: rewritten to support PC
  134. Scheme.
  135.  
  136. (PG-4a) Snippets 494 [SN9404A, SN9404B] (Bob Stout, reg. fee: $0) is a
  137. collection of various C routines.
  138.  
  139. (PG-4a) Spawno 4.13 [SPAWNO] (Ralf Brown, reg. fee: $0) is a replacement
  140. for the Turbo C and Microsoft C spawn () functions.
  141.  
  142. (PG-4a) SuperVGA Test Library 4.3 [SVKT43] (SciTech Software, reg. fee: $0)
  143. is a set of routines for working with SuperVGA video cards that have a VESA
  144. VBE compliant Video BIOS. NEW: support for 16 and 32 bit protected mode,
  145. enhanced reporting facilities and testing functions in Paranoid.
  146.  
  147.  
  148. -----Pascal: Small Subroutines
  149.  
  150. EquipD 1.0 [EQUIPD] (reg. fee: $0) will display system information, such as
  151. DOS version, video card, drive information, and basic memory information.
  152. Pascal source code is included.
  153.  
  154. FlagTest 2.0 [FTEST] (Erik de Neve, reg. fee: $0) is designed to aid
  155. programmers in constructing conditional jump schemes. It will report how
  156. flags and multi-flag conditions are affected by instructions or sequences
  157. of instructions for a certain range of cases. It detects set and reset
  158. flags, and flipped and unchanged flags. Pascal source code is included.
  159.  
  160. MGComTP 0.9b [MGCOMTP0] (Mark Gauthier, reg. fee: $20) is a Turbo Pascal
  161. unit for providing access to as many as eight comm ports simultaneously.
  162. The ports can be opened via a fossil driver or an interrupt that uses the
  163. 8250 registers.
  164.  
  165. PCase 1.0 [PCASE] (Douglas Schenck, reg. fee: $20) will format Turbo Pascal
  166. source code into a uniform structure and capitalization style.
  167.  
  168. SimplWin [SIMPLWIN] (Schoeneck K. Howell, reg. fee: $0) is a simple text
  169. mode windowing support unit. It supports BP7 in real and protected modes,
  170. single statement creation and disposition of text windows, with borders,
  171. shadows, and user selected text attributes. The unit can be used with
  172. extended text modes such as 43/50 line EGA/VGA.
  173.  
  174. TDG16M 1.0 [TDG16M] (Jeff Peters, reg. fee: $0) is a patch for Turbo
  175. Debugger, allowing it to operate properly in systems with more than 16
  176. Megabytes of RAM.
  177.  
  178.  
  179. ---Updates: Pascal: Small Subroutines
  180.  
  181. (PG-06) StaNdArd Printer-Pascal DW30 [SNAP_P] (Neptune Systems, ASP; reg.
  182. fee: $27) adjusts margins and capitalization to give a standard look to
  183. your source code.
  184.  
  185.  
  186. ---Updates: Pascal: Large Libraries, Utils.
  187.  
  188. (PG-6a) HelpSys 1.2a [HSYS12] (KAP Holger Lembke, reg. fee: $59) is a
  189. limited demo of a utility for creating Turbo-Vision help files.
  190.  
  191.  
  192. -----Other Languages
  193.  
  194. AVI - Fortran [AVI] (Barry W. McCleave, PhD, P.E., reg. fee: $0) is an
  195. example of how to play AVI (animation) files from Fortran code.
  196.  
  197. DocScr 1.0 [DOCSCR] (Mander Li, reg. fee: $50) documents the screen layout
  198. defined in Clarion 3 CLA files. It will display the screen layout and a
  199. list of entry fields, buttons and display fields.
  200.  
  201. Lithuanian and Russian Fonts 1.0 [LTRU_F] (Adomas Svirskas, reg. fee: $?)
  202. is a set of Lithuanian and Russian fonts for use with Clarion.
  203.  
  204. Super Templates for Clarion3 4.1c [ST41C] (BoxSoft Development, reg. fee:
  205. $70) is a set of templates designed to replace the ones that come with
  206. Clarion. They provide a variety of features and abilities such as single
  207. and multi-user tagging, query by example, system security, and more.
  208.  
  209.  
  210. ---Updates: Other Languages
  211.  
  212. (PG-07) Euphoria 1.2 [EUPHOR12] (Rapid Deployment Software, reg. fee: $37)
  213. is a new programming language for people who want to develop application
  214. software for their own use. NEW: many more built-in functions, better demo
  215. programs, easier installation, complete reference manual, and it runs in
  216. 32-bit protected mode under DOS and Windows.
  217.  
  218.  
  219. -----General Tools & Info.
  220.  
  221. HelpD 1.2 [HELPD] (Dalal Publishing Co., reg. fee: $0) centralizes critical
  222. help desk functions such as PC problem logging, quick tips, phone numbers
  223. of technical support staff and more. Source code is included.
  224.  
  225. Viewer 1.0 [VIEWER] (Robin Anderson, reg. fee: $0) is a collection of two
  226. file viewers for programmers. Browser is a text file viewer which can also
  227. be used to perform syntax highlighting in C/C++ programs, and QD is a
  228. binary file dump program which allows you to alternate between raw and
  229. formatted formats of data.
  230.  
  231.  
  232. ---Updates: General Tools & Info.
  233.  
  234. (PG-08) Evolve! 2.02A [EVOL202A] (Richard H. Smith, ASP; reg. fee: $29)
  235. lets you design programs in an outline form which Evolve! converts to
  236. compatible source code. NEW: script language features to facilitate the
  237. import of source code files, script commands to search, search and mark,
  238. and search-extract-mark/reference.
  239.  
  240. (PG-08) EZ Install 1.6 [EZINSTAL] (Service On Systems, reg. fee: $20)
  241. offers software distributors an easy way to create install files for
  242. programs. NEW: custom installation for multiple archived files and the
  243. ability to launch the install program from any directory.
  244.  
  245.  
  246.